Nevron Namespace / NLicense Class / NLicense Constructor / NLicense Constructor(List<NLicenseKey>,List<NLicenseKey>)


NLicense Constructor(List<NLicenseKey>,List<NLicenseKey>)
Syntax
'Declaration
 
Public Function New( _
   ByVal licenseKeys As System.Collections.Generic.List(Of NLicenseKey), _
   ByVal revokeKeys As System.Collections.Generic.List(Of NLicenseKey) _
)
 
'Usage
 
Dim licenseKeys As System.Collections.Generic.List(Of NLicenseKey)
Dim revokeKeys As System.Collections.Generic.List(Of NLicenseKey)
 
Dim instance As New NLicense(licenseKeys, revokeKeys)

Parameters

licenseKeys
revokeKeys
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also